.ZebraDialog *,
.ZebraDialog *:after,
.ZebraDialog *:before  { -moz-box-sizing: content-box !important; -webkit-box-sizing: content-box !important; box-sizing: content-box !important }

.ZebraDialog {
    width: 450px;
    z-index: 1001;
    border: 1px solid #DEDEDE;
}

.ZebraDialog,
.ZebraDialog .ZebraDialog_Title,
.ZebraDialog .ZebraDialog_Body,
.ZebraDialog .ZebraDialog_Buttons a {
    margin: 0;
    padding: 0;
    font-family: Helvetica, Tahoma, Arial, sans-serif;
    font-size: 14px;
    text-align: left;
    line-height: 1.4;
}

.ZebraDialog .ZebraDialog_Title,
.ZebraDialog .ZebraDialog_BodyOuter,
.ZebraDialog .ZebraDialog_ButtonsOuter {
}

.ZebraDialog .ZebraDialog_Title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    background: #FFF;
    padding: 12px 15px;
    vertical-align: middle;
    border-bottom: 1px solid #F0F0F0;
}
@media screen and (max-width:1200px) {
    .ZebraDialog {
        width: 95%;
        z-index: 1001;
        border: 1px solid #DEDEDE;
    }
}
/*  set background color here and not on ZebraDialog_Body, or you'll eventually run into problems with rounded corners
    when using smaller widths for border! */
.ZebraDialog .ZebraDialog_BodyOuter {
    background: #FFF;
}

.ZebraDialog .ZebraDialog_Body {
    color: #44484A;
    padding: 15px;
}
    .ZebraDialog .ZebraDialog_Body iframe {
        overflow:hidden;
    }
.ZebraDialog .ZebraDialog_ButtonsOuter {
    background: #FFF;
    padding: 10px 5px 10px 10px;
}

.ZebraDialog .ZebraDialog_Buttons:before,
.ZebraDialog .ZebraDialog_Buttons:after     { content: "\0020"; display: block; height: 0; visibility: hidden; font-size: 0 }
.ZebraDialog .ZebraDialog_Buttons:after     { clear: both }
.ZebraDialog .ZebraDialog_Buttons           { *zoom: 1 } /* for IE only */

.ZebraDialog .ZebraDialog_Buttons a {
    font-weight: bold;
    color: #FFF;
    padding: 7px 15px;font-size:12px;
}

.ZebraDialog .ZebraDialog_Buttons a:hover {
    background: #224467;
    color: #FFF
}

.ZebraDialog a.ZebraDialog_Close {
    position: absolute;
    right: 6px;
    top: 0px;
    text-decoration: none;
    font-family: arial, sans-serif;
    font-weight: bold;
    font-size: 21px;
    color: #444
}

.ZebraDialog .ZebraDialog_Title a.ZebraDialog_Close {
    color: #888;
}

.ZebraDialog .ZebraDialog_Title a.ZebraDialog_Close:hover {
    color: #000;
}

.ZebraDialogOverlay {
    background: rgba(0,0,0,.95);
    z-index: 1000;
    width: 100%;
    height: 100%;
}

/* = YOU SHOULD NOT CHANGE ANYTHING FROM THIS POINT ON
---------------------------------------------------------------------------------------------------------------------*/
.ZebraDialog .ZebraDialog_Body {
    overflow: auto;
}

.ZebraDialog .ZebraDialog_Icon {
    background-repeat: no-repeat;
    background-position: 30px 40px;
    /*padding-left: 124px;*/
    min-height: 64px;
    _height: 64px;
}

/*.ZebraDialog .ZebraDialog_Confirmation  { background-image: url('confirmation.png') }
.ZebraDialog .ZebraDialog_Error         { background-image: url('error.png') }
.ZebraDialog .ZebraDialog_Information   { background-image: url('information.png') }
.ZebraDialog .ZebraDialog_Question      { background-image: url('question.png') }
.ZebraDialog .ZebraDialog_Warning       { background-image: url('warning.png') }*/

.ZebraDialog .ZebraDialog_Buttons a {
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
    min-width: 60px;
    float: right;
    _width: 60px;
    background: #000;
}

.ZebraDialog .ZebraDialog_Buttons_Centered .ZebraDialog_Buttons {
    display: table;
    margin: 0 auto;
    text-align: center;
}

.ZebraDialog .ZebraDialog_Buttons_Centered a {
    zoom: 1;
    *display: inline;
}

.ZebraDialog .ZebraDialog_Preloader {
    height: 32px;
    background: url('preloader.gif') no-repeat center center;
}
.temp_dialog_wrap {
    font-size:12px;
}

.favtop .ZebraDialog_Body {
    background:none;
    padding:0px;
}
.favtop .ZebraDialog_Icon {
    padding-left:0px;
    color:#ff0000;
    text-align:center;
    font-weight:bold;
}


.message_pop ul.ppmsg {
    font-size:12px;
    height:22px;line-height:22px;
    padding-left:10px;
    text-align:left;
    font-weight:500;
}
.message_pop .ZebraDialog_Title {
    padding:4px 10px 4px 10px;
    background:#ff9900;color:#ffffff;
    font-size:14px;
}
.message_pop .ZebraDialog_Body {
    /*background:none;*/
    padding:0px;
}
    .message_pop .ZebraDialog_Body div {
        padding-top:10px;
    }
.message_pop .ZebraDialog_Icon {
    padding-left:0px;
    color:#333333;
    text-align:center;
    font-weight:bold;
}

.pp_message_show {font-size:12px;line-height:22px;}
.pp_message_show_text {padding:10px 0px 10px 0px;}

/*ΆΤ»°Ώς*/
#txt_zd_name {height:28px;line-height:28px;width:220px;padding:2px 10px 2px 10px;}
#txt_zd_area {padding:10px;height:56px;width:220px;margin-top:10px;}